home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / chip-cd_2005_05.zip / 05 / Internet / Amaya 9.1 / Amaya 9.1 Win / amaya-WinXP-9.1.exe / amaya / amaya.css < prev    next >
Cascading Style Sheet File  |  2005-01-27  |  1KB  |  114 lines

  1. /* This is the Welcome CSS file */
  2. body {
  3.  font-family: helvetica, arial, sans-serif;
  4.  color: black;
  5.  background-color: #F6F6F6;
  6. }imp
  7. h1 {
  8.  font-size: 200%;
  9.  font-weight: bold;
  10.  font-style: italic;
  11.  color: #488B9B;
  12.  margin-bottom: 0;
  13. }
  14. h2 {
  15.  margin-top: 0; margin-bottom: .4em;
  16.  font-style:italic;  color: #488B9B;
  17. }
  18. h3 {
  19.  float:left;
  20.  width: 30%;
  21.  text-align: right;
  22.  border: solid 1px #488B9B; 
  23.  padding: 4px;
  24.  margin-top: 0;
  25.  margin-bottom: .2em;
  26.  color: #488B9B;
  27. }
  28.  
  29. p {
  30.  margin-top: 0;
  31.  margin-bottom: 2em;
  32. }
  33.  
  34. div p, div ul, div ol {
  35.  margin-left: 35%;
  36.  margin-bottom: 0;
  37. }
  38.  
  39. div {
  40.  margin-top: 0;
  41.  margin-bottom: 2em;
  42.  margin-right: 0.5em;
  43. }
  44.  
  45. div div {
  46.  margin-top: 0;
  47.  margin-right: 0;
  48. }
  49.  
  50. strong {
  51.  color: #488B9B
  52. }
  53.  
  54. .button {
  55.  border: solid 1px #488B9B;
  56.  padding: 4px
  57. ;}
  58.  
  59. .buttonbar {
  60.  text-align: center;
  61.  margin-top: 1.5em;
  62. }
  63.  
  64. .pink {
  65.  color: #dc5b53;
  66. }
  67.  
  68. a:link {
  69.  color:#dc5b53;
  70.  font-weight: bold;
  71. }
  72.  
  73. a:visited {
  74.  color: #9820c8;
  75.  font-weight: bold;
  76. }
  77.  
  78. div.body {
  79.   clear: left;
  80.   margin-top: 0;
  81.   margin-left:auto;
  82. }
  83.  
  84. div.body p {
  85.   margin: 0;
  86. }
  87.  
  88. dl {
  89.   margin: 0;
  90. }
  91.  
  92. dt {
  93.   color: #488B9B;
  94.   clear: left;
  95.   margin-top: 20px;
  96.   text-align: left;
  97. }
  98.  
  99. dd {
  100.   margin-top: 0;
  101.   padding-left: 40px;
  102.   font-size: 80%;
  103. }
  104.  
  105. .bottom {
  106.   font-size: 80%;
  107.   clear: both:
  108. }
  109.  
  110. #logo {
  111.   float: left;
  112. }
  113.  
  114.